GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GetTextOccurrenceCount Method





In This Topic
GetTextOccurrenceCount Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Function GetTextOccurrenceCount( _
   ByVal Page As Integer, _
   ByVal Text As String, _
   ByVal CaseSensitive As Boolean, _
   ByVal WholeWords As Boolean _
) As Integer
public int GetTextOccurrenceCount( 
   int Page,
   string Text,
   bool CaseSensitive,
   bool WholeWords
)
public function GetTextOccurrenceCount( 
    Page: Integer;
    Text: String;
    CaseSensitive: Boolean;
    WholeWords: Boolean
): Integer; 
public function GetTextOccurrenceCount( 
   Page : int,
   Text : String,
   CaseSensitive : boolean,
   WholeWords : boolean
) : int;
public: int GetTextOccurrenceCount( 
   int Page,
   string* Text,
   bool CaseSensitive,
   bool WholeWords
) 
public:
int GetTextOccurrenceCount( 
   int Page,
   String^ Text,
   bool CaseSensitive,
   bool WholeWords
) 

Parameters

Page
Text
CaseSensitive
WholeWords
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members